type sync.rlocker
4 uses
sync (current package)
rwmutex.go#L241: return (*rlocker)(rw)
rwmutex.go#L244: type rlocker RWMutex
rwmutex.go#L246: func (r *rlocker) Lock() { (*RWMutex)(r).RLock() }
rwmutex.go#L247: func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)